Vcenter Namespaces ManagementServices AccessGrants Info

Vcenter Namespaces ManagementServices AccessGrants Info
Vcenter Namespaces ManagementServices AccessGrants Info

The Vcenter Namespaces ManagementServices AccessGrants Info schema contains specification belonging to an Access Grant.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "description": "string",
    "managed_by": "string",
    "management_service": "string",
    "workload_selector": {
        "type": "string"
    },
    "enabled": false
}
string
description
Optional

The description of the Access Grant.

This property was added in vSphere API 9.1.0.0.

If missing or null, the Access Grant has no description.

string
managed_by
Optional

Information about the entity responsible for the lifecycle of this Access Grant record.

When set, the field implies that any change to update or delete the Access Grant by any principal other than the component referenced by the field may be reverted by the automation component managing it.

This property was added in vSphere API 9.1.0.0.

If missing or null, it implies the Access Grant is not managed by automation.

string
management_service
Required

A reference to an existing Management Service.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ManagementService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ManagementService.

workload_selector
Required

Information on selection of workloads that are recipients of this grant.

This property was added in vSphere API 9.1.0.0.

boolean
enabled
Required

Indicates whether this Access Grant is enabled. The Access Grant is enabled if true, disabled if false. A disabled Access Grant deactivates access for the recipient workloads of the grant to the referenced Management Service.

This property was added in vSphere API 9.1.0.0.